projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97ca0a8
)
* src/conf_post.h: Avoid macro redeclaration.
author
Po Lu
<luangruo@yahoo.com>
Mon, 6 Mar 2023 03:46:19 +0000
(11:46 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Mon, 6 Mar 2023 03:46:19 +0000
(11:46 +0800)
src/conf_post.h
patch
|
blob
|
history
diff --git
a/src/conf_post.h
b/src/conf_post.h
index 506ddc1127044745e98f4fdc84713e9ec750f8ef..f31e012dc6e6c296faf4a38f668561b5554140c5 100644
(file)
--- a/
src/conf_post.h
+++ b/
src/conf_post.h
@@
-468,5
+468,6
@@
extern int emacs_setenv_TZ (char const *);
#ifdef REPLACEMENT_MB_CUR_MAX
#include <stdlib.h>
+#undef MB_CUR_MAX
#define MB_CUR_MAX REPLACEMENT_MB_CUR_MAX
#endif /* REPLACEMENT_MB_CUR_MAX */